home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / g / gnu_c / incl98.zoo / vfs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-02-20  |  118 b   |  9 lines

  1. /* vfs.h -- BSDish name for <sys/statfs.h> */
  2.  
  3. #ifndef _SYS_VFS_H
  4. #define _SYS_VFS_H
  5.  
  6. #include <sys/statfs.h>
  7.  
  8. #endif
  9.